.slider-area {
    color: #fff;
    position: relative;
    /*text-align: center;*/
	overflow: hidden;
}
.slider-area .zst {
    float: left;
    position: absolute;
    padding: 0 18px;
    height: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 24px solid transparent;
    border-bottom: 30px solid #fff;
	bottom: 0;
	right: 0;
	width: 90%;
	z-index: 100;
}
.slider-content {
  padding: 28% 0 0 30px;
}
/*.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}*/
.layer-1-2 {
  margin: 8px 0 0 0;
}
.layer-1-1 h2 {
  color: #bcbcbc;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;line-height: 34px;margin: 0;text-shadow: 1px 0px 1px #222;
}
.layer-1-1 h2 img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;position: inherit;
}
.layer-1-2 h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;margin: 0;text-shadow: 1px 0px 1px #222;text-align: right;
}
.layer-1-3 {
  margin: 8px 0 0;
}
.layer-1-3 h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;text-transform: none;margin: 0;text-shadow: 1px 2px 1px #000;text-align: right;padding-left: 42%;line-height: 1.8;
	    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 56px;
}
.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}
.layer-1-3 a.ready-btn:hover{
    color: #fff;
    background: #f3652a;
    border: 1px solid #f3652a;
    text-decoration: none;
}

.nivo-controlNav {
  bottom: 0;
  left: 50%;
  position: absolute;
  right: 0;
  z-index: 99;
  -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}
.nivo-directionNav {
  display: block;
}
.nivo-controlNav a {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin: 5px 4px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 15px;
  border-radius: 20px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background: #d70c19 none repeat scroll 0 0;width: 50px;
   /*-moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);*/
}
@media (min-width: 768px) {
  .nivo-controlNav {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nivo-controlNav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nivo-controlNav {
    width: 1170px;
  }
}
@media (min-width: 1260px) {
  .nivo-controlNav {
    width: 1200px;
  }
}
@media (min-width: 1320px) {
  .nivo-controlNav {
    width: 1254px;
  }
}
@media (min-width: 1468px) {
  .nivo-controlNav {
    width: 1400px;
  }
}
@media (max-width: 767px) {
	.nivo-controlNav a {height: 12px;width: 12px;}
	.slider-area .zst { border-left: 12px solid transparent;border-bottom: 16px solid #fff;}
	.nivo-controlNav a:hover, .nivo-controlNav a.active {width: 38px;}
	.nivo-controlNav {width: 100%;left: 0;
	-ms-transform: inherit;
        -moz-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
	}
}